home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok90
/
amoked1.41
/
macros
/
makepointer.aed
< prev
next >
Wrap
Text File
|
1993-11-04
|
329b
|
13 lines
/* makepointer.aed */
/* usage:
* 1) set ping 9 to the place, where the POINTER defs should come to
* 2) map a key with MAKEPOINTER
* 3) set cursor on first char of each type identifier you want a
* pointer type for
*/
'ping 8 scanf %s pong 9 down'
'($(scanf)Ptr *= UNTRACED POINTER TO $scanf;) -return ping 9 pong 8'